| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf | |
| com.atid.lib.module.rfid.uhf.atm | |
| com.atid.lib.module.rfid.uhf.types |
| Modifier and Type | Method and Description |
|---|---|
abstract SessionTarget |
ATRfidUhf.getSessionTarget()
The RFID UHF module of the device returns the Session Flag to check the state of the Session Flag of the tag to be read by the Inventory operation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATRfidUhf.setSessionTarget(SessionTarget target)
Device's RFID UHF module sets the Session Flag to check the status of the Session Flag of the tag to be read by Inventory operation.
|
| Modifier and Type | Method and Description |
|---|---|
SessionTarget |
ATRfidUhfATM.getSessionTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
ATRfidUhfATM.setSessionTarget(SessionTarget target) |
| Modifier and Type | Method and Description |
|---|---|
static SessionTarget |
SessionTarget.valueOf(int code) |
static SessionTarget |
SessionTarget.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionTarget[] |
SessionTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|